Remove redundant encoding of strings in androidvfs.c
authorPo Lu <luangruo@yahoo.com>
Fri, 10 May 2024 03:42:37 +0000 (11:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 May 2024 03:42:37 +0000 (11:42 +0800)
commitea2b251ab2b2bc9a3d6f52a22408655be20de266
tree6e4ceb796066892f68101a45b646c9b1d8b853a3
parentdc5390d06a65f4d481b8bb20da4f6715c2079ea6
Remove redundant encoding of strings in androidvfs.c

* java/org/gnu/emacs/EmacsService.java (getDocumentTrees):
Accept PROVIDER as a String.

* src/android.c (android_init_emacs_service):

* src/androidvfs.c (android_saf_root_opendir): Adjust to match.
java/org/gnu/emacs/EmacsService.java
src/android.c
src/androidvfs.c